This example uses the DLL API of DriverLINX with Builder 5.0
Standard edition.

It is intended to show how to use multiple subsystems of a single board:
Analog In, Digital In, Analog Out.

Program Flow:

1.  Open the driver for the board
2.  Initialize the board
3.  Perform Polled mode AI task to read analog input channel 0,
    Perform Polled mode DI task to read digital input channel 0,
    Perform Polled mode AO task to write value to analog output channel 0.
4.  Close the driver on exit and free the three SR structures.

This program is appropriate for any Keithley plug-in board that
has a DriverLINX driver and Digital Input, Analog Input and
Analog Output capabilities.



